StoreVolume(string,List<Stream>,List<Stream>,string,string) Method

Summary
Store 3D volume information.
Syntax
C#
VB
C++
public VolumeIdentifier StoreVolume( 
   string seriesInstanceUID, 
   List<Stream> volumeData, 
   List<Stream> volumeState, 
   string storageDirectory, 
   string userIdentifier 
) 
  
Overloads Function StoreVolume( _ 
   ByVal seriesInstanceUID As String, _ 
   ByVal volumeData As List(Of Stream), _ 
   ByVal volumeState As List(Of Stream), _ 
   ByVal storageDirectory As String, _ 
   ByVal userIdentifier As String _ 
) As VolumeIdentifier 
VolumeIdentifier^ StoreVolume(  
   string^ seriesInstanceUID, 
   List<Stream^>^ volumeData, 
   List<Stream^>^ volumeState, 
   string^ storageDirectory, 
   string^ userIdentifier 
)  

Parameters

seriesInstanceUID
Type: System.String The Series Instance UID which represents the series that the stored volume is generated from.

volumeData
Type: List of Stream Array A list which contains the chunks of bytes that used to create a 3D volume.

volumeState
Type: List of Stream Array A list which contains the chunks of bytes that contains state information about the 3D volume.

storageDirectory
Type: System.String The path of the directory where the 3D volume should be stored.

userIdentifier
Type: System.String A string that identifies the 3D volume for the user.

Return Value

Type: VolumeIdentifier An object which is used to uniquely identify the stored 3D volume.

Remarks

Since the 3D volume data might be huge the data is sent as chunks of bytes in the volumeData list, this way there is no need to allocate a huge consecutive memory and the chunks could be of any size.

To specify where the volume should be stored use the overloaded method of this function that accepts a storage directory.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation.DataAccessLayer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.